home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 2.iso / textproc / _j2 / drhelpe5 / examples.hpj < prev    next >
INI File  |  1993-08-07  |  2KB  |  55 lines

  1. [OPTIONS]
  2. warning=1
  3. report=on
  4. compress=on
  5. ;Try creating an icon for your new Help file
  6. icon=default.ico
  7. ;change the next line to suit your file
  8. title=Doctor Help Examples
  9. ;change the copyright to suit yourself
  10. copyright=⌐ Roger Hadgraft, 1993
  11. contents=toc
  12.  
  13. [FILES]
  14. examples.rtf
  15.  
  16. [CONFIG]
  17. CreateButton("btn_up", "&Up", "IfThenElse(IsMark(`L 4'),`GotoMark(`L 3')',`IfThenElse(IsMark(`L 3'),`GotoMark(`L 2')',`IfThenElse(IsMark(`L 2'),`GotoMark(`L 1')',`IfThen(IsMark(`L 1'),`Contents()')')')')")
  18. ;Button bar - lots of buttons
  19. RegisterRoutine("drhelp.dll", "ExecProg", "v=Si")
  20. PositionWindow(100, 100, 800, 800, 1, "main")
  21. BrowseButtons()
  22. CreateButton("btn_annotate", "&Annotate", "Annotate()")
  23. CreateButton("btn_print", "&Print", "Print()")
  24. CreateButton("btn_copy", "&Copy", "CopyDialog()")
  25. CreateButton("btn_markhere", "&Mark here", "BookmarkDefine()")
  26. CreateButton("btn_gotomark", "&Goto Mark", "BookmarkMore()")
  27. CreateButton("btn_exit", "&Exit", "Exit()")
  28.  
  29. ;Doctor Help menu item in Help menu
  30. InsertItem("mnu_edit", "mnu_topic", "C&opy Topic", "CopyTopic()", 1)
  31. InsertItem("mnu_help", "mnu_drhlpusr", "&Doctor Help", "JumpContents(`drhlpusr.hlp')", 2)
  32. SaveMark("PF")
  33.  
  34. ; popup opening screen
  35. PopupId("examples.hlp", "open")
  36.  
  37.  
  38. [Doctor Help]
  39. MaxHeader=9
  40. ExactMatch=0
  41. UseOldPhraseTable=1
  42. RevisionDates=0
  43. MenuBold=0
  44. ErrorFile=0
  45. ScreenUpdate=0
  46. InsertTab=0
  47. MenuFontSize=12
  48. Separators=,()-&!?
  49. NewStyles=1
  50. SplitTitle= 1
  51. SaveRate= 50
  52. UpButton= 1
  53. MenuButton= 0
  54. AnnotateButton= 1
  55.